I am trying to setup mysql and node with docker-compose. On every push, I trigger an action which will build & run docker image. I try to wait until db and
I implemented JWT on my angular js application . I added the jwt authorization keys with all the http function . My codes are : angular.module('IttadishopServ
How to convert a letter to lowercase which is in a string after a quotation mark? Like this: "Trees Are Never Sad Look At Them Every Once In Awhile They'Re Quit
I am perplexed,from a weird error which i have no idea as i am new to celery, this error occurs on just the setup phase, every thing is simply configured as wri
For example, suppose I have a class: class Foo { public: std::string& Name() { m_maybe_modified = true; return m_
I have a page for editing user, it has some children components inside. Each children components can change or doing some effect to its parent component. So i
I am trying to have a consumer on a separate thread that never dies. The consumer can get arbitrary number of tasks to execute. I have been fiddling with asynci